home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 48 / Mac Magazin CD 48.iso / Software / Entwickler / Drop UNIX 1.3 / DropUNIX Library ƒ / Lib Headers / DropShell.h next >
Encoding:
C/C++ Source or Header  |  1997-06-22  |  309 b   |  14 lines  |  [TEXT/CWIE]

  1. #ifndef    __DROPSHELL_H__
  2. #define    __DROPSHELL_H__
  3.  
  4. void            InitToolbox(void);
  5. Boolean            InitGlobals(void);
  6. void            SetUpMenus(void);
  7. void             InstallSplashScreen(void); 
  8. void            ShowAbout(void);
  9. void            DoMenu(long retVal);
  10. void            DoMouseDown(EventRecord *curEvent);
  11. void            DoKeyDown(EventRecord *curEvent);
  12.  
  13. #endif
  14.